getOptions

open fun getOptions(): Iterator<out Option>

Gets an iterator over the configuration s for this control.

Options provide a way to customize the behavior or appearance of the control (e.g., scroll speed for a ticker, URL for a web view).

Retrieves an iterator over the options associated with this WebView's module.

Options provide configuration settings for the module, such as URL, refresh interval, HTML content, authentication credentials, cache mode, and user agent.

Return

An iterator of com.reveldigital.player.api.Option objects. Returns an empty iterator if the module has no options.

See also